When using Perl, it is in a special array called argv where command line arguments are stored. To access the command line arguments of your script, you just need to read from argv. When writing a script such as programming.pl in Perl, your users can use p